| lcImgRefResize | Home |
|
BOOL lcImgRefResize ( HANDLE hImgRef, int NewWidth, int NewHeight, int Method ); |
| hImgRef | |||||||||||||||
| Handle to a image reference object. | |||||||||||||||
| NewWidth | |||||||||||||||
| Destination image width (pixels) | |||||||||||||||
| NewHeight | |||||||||||||||
| Destination image height (pixels) | |||||||||||||||
| Method | |||||||||||||||
Resampling method. Can be one of the following values:
| |||||||||||||||
| If the function succeeds, the return value is nonzero (TRUE). |